



/*----------底部----------*/




#footer{
	width: 100%;
	height: 353px;
	background: #00459d;
}
.footer{
	width: 1200px;
	height: 305px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_01{
	height: 147px;
}
.footer_02{
	width: 100px;
	height: auto;
	font-size: 12px;
}
.footer_02 li{
	width: 100%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #fff;
}
.footer_02 li a{
	width: 100%;
	height: 42px;
	color: #fff;
	display: block;
	font-size: 16px;
}
.footer_02 li:hover a{
	opacity: 0.8;
}
.footer_03{
	width: 175px;
	height: 150px;
	font-size: 12px;
}
.footer_03 div{
	color: #fff;
	line-height: 20px;
}
.footer_03 span{
	font-size: 20px;
	color: #fff;
	display: block;
	margin-top: 20px;
}
.footer_03 p{
	color: #fff;
	margin-top: 16px;
}
.footer_03 img{
	width: 9px;
	height: 12px;
	float: left;
	margin-top: 40px;
	margin-right: 12px;
}
.footer_03 a{
	color: #fff;
	margin-top: 40px;
	display: block;
}
.footer_04{
	width: 180px;
	height: 48px;
	border-radius: 24px;
	background: #ffaf6e;
	display: block;
	font-size: 15px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	transition: all 0.5s;
}
.footer_04:hover{
	box-shadow: 0px 5px 10px #FFAF6E;
	margin-bottom: 10px;
	/*0 0.7rem 1.4rem #e0e2e8, 0 0.3rem 0.6rem rgba(12,14,27,.065)*/
}
.footer_04:hover img{
	animation: theanimation 3s;
	-webkit-animation: theanimation 3s;	/* Safari 和 Chrome */
	-moz-animation: theanimation 3s;	/* Firefox */
	-o-animation: theanimation 3s;
	-ms-animation: theanimation 3s;
}
.footer_04 img{
	width: 10px;
	height: 6px;
	margin-left: 14px;
	position: relative;
	left: 0px;
	transition: all 2s;
}
.footer_04 p{
	width: 1px;
	height: 14px;
	margin-left: 30px;
	background: #263754;
}
.footer1{
	width: 100%;
/* 	height: 48px; */
	background: #002c63;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 48px;
}
